From 07ed6152fe05644668e620fde5de28a62140e9b5 Mon Sep 17 00:00:00 2001 From: Josef Schlehofer Date: Tue, 2 Dec 2025 14:04:18 +0100 Subject: [PATCH] django: update to version 5.1.14 Includes many CVEs fixes e.g. - CVE-2025-64458 - CVE-2025-64459 - CVE-2025-59681 - CVE-2025-59682 and others while bumping this from version 5.1.7 Release notes: https://docs.djangoproject.com/en/5.2/releases/5.1.14/ Signed-off-by: Josef Schlehofer --- lang/python/django/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/python/django/Makefile b/lang/python/django/Makefile index 3093e5b9da..a0f4f1432b 100644 --- a/lang/python/django/Makefile +++ b/lang/python/django/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=django -PKG_VERSION:=5.1.7 +PKG_VERSION:=5.1.14 PKG_RELEASE:=1 PYPI_NAME:=Django -PKG_HASH:=30de4ee43a98e5d3da36a9002f287ff400b43ca51791920bfb35f6917bfe041c +PKG_HASH:=b98409fb31fdd6e8c3a6ba2eef3415cc5c0020057b43b21ba7af6eff5f014831 PKG_MAINTAINER:=Alexandru Ardelean , Peter Stadler PKG_LICENSE:=BSD-3-Clause -- 2.30.2